home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
the_independent.swf
/
scripts
/
DefineSprite_181_openSplash
/
frame_5
/
DoAction.as
Wrap
Text File
|
2011-08-19
|
315b
|
15 lines
length = 95;
nullpos = _Y;
top = 125;
left = 334;
right = 334;
bottom = 134 + length;
koeficient = length / (this.window._height - length - 1.5 * _height);
this.window._y = this.nullpos - (_Y - 0) / koeficient;
stop();
backBT.onRelease = function()
{
_parent.playFX("click");
gotoAndStop(1);
};